[Config]
Author = ...
Display name = HTML 3D Covers
Export cover images = true
File extention = html
Entry step = 3

[File header]
<html>
<head>

<style media="all" title="mystyles" type="text/css">

a, a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border-style: none;
}
body {
	margin: 0;
	font-size: 100.1%;
	text-align: center;
	background-color: #ffffff;
	vertical-align: middle;
	font-family: Verdana;
}
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}
.content {
	overflow: hidden;
}
.content-title {
	background-image: url('./content_title_bg.png');
	height: 51px;
}
.content-title-text {
	color: #FFFFFF;
	text-align: left;
	font-size: x-large;
	padding: 0.5em 0.75em 0.5em 0.75em;
	position: relative;
}
.content-message {
	background-color: #add7ed;
	background-image: url('./content_message_bg.png');
	background-repeat: repeat-x;
	min-height: 148px;
}
.content-message-text {
	color: #FFFFFF;
	text-align: left;
	padding: 2em 1em 2em 1em;
	position: relative;
}
.content-message-table {
	text-align:center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.content-message-table-dimension {
	text-align: center;
	padding: 0em 2.0em 0em 2.0em;
}
.content-message-table-dimension-text {
	text-align: center;
	vertical-align: top;
	padding: 0.25em 0em 2.0em 0em;
}
.footer {
	height: 126px;
	background-image: url('./footer_bg.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
.footer-text{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	padding: 2.5em;
	position: relative;
}
.text-right {
	float: right;
	text-align: right;
}
.text-left {
	float: left;
	text-align: left;
}
</style>

</head>
<body>
<center>

<div class="content-title">
	<div class="content-title-text">Gamelist - 09-07-2011:</div>
</div>

<table>
	<tr bgcolor="e4e6ea">
		<td align="center"><b>Date: </b>%Date%</font></td> 
		<td align="center"><b>Game count: </b>%GameCount%</font></td>
		<td align="center"><b>Total size: </b>%TotalSizeGB%</font></td>
	</tr>
</table>


</center>

&nbsp;<br>
<center>
	<div class="container">
		<div class="content-message">
			<div class="content-message-text">
				<table class="content-message-table">	
[Entry header]
					<tr>						
[Entry]
						<td class="content-message-table-dimension">
						<div><img alt="" src="%Cover3D%" /></div>
						<div class="content-message-table-dimension-text"><a href="http://wiitdb.com/Game/%ID%">%Title% - %SizeMB%</a></div>
						</td>
[Entry footer]
					</tr>
[File footer]
					
				</table>
</center>
&nbsp;<br>

</body>
</html>